home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / amiga.h < prev    next >
C/C++ Source or Header  |  2001-06-24  |  834b  |  38 lines

  1.  
  2. #include <sys/tcp_time.h>
  3. #include <sys/tcp_types.h>
  4. #include <sys/errno.h>
  5. #include <x11/Xaw/XawInit.h>
  6.  
  7. #include <pragmas/xlib_pragmas.h>
  8. extern struct Library *XLibBase;
  9.  
  10. #include <pragmas/xleshape_pragmas.h>
  11. extern struct Library *XLEShapeBase;
  12.  
  13. #include <pragmas/xmu1_pragmas.h>
  14. extern struct Library *Xmu1Base;
  15.  
  16. #include <pragmas/xmu2_pragmas.h>
  17. extern struct Library *Xmu2Base;
  18.  
  19. #include <pragmas/xt_pragmas.h>
  20. extern struct Library *XtBase;
  21.  
  22. #include <pragmas/xaw_pragmas.h>
  23. extern struct Library *XawBase;
  24.  
  25.  
  26. void AMIGA_INIT_CME(void);
  27. void AMIGA_INIT_CMEBSB(void);
  28. void AMIGA_INIT_CMELINE(void);
  29. void AMIGA_INIT_CMPLXMENU(void);
  30. void AMIGA_INIT_HUSK(void);
  31.  
  32. #define LIBX3270DIR "progdir:"
  33. #define USE_APP_DEFAULTS
  34. #define strncasecmp(a,b,c) strncmp(a,b,c)
  35. #define strcasecmp(a,b) strcmp(a,b)
  36. #define build "AmiWin-version"
  37.  
  38.